From: kaf24@firebug.cl.cam.ac.uk Date: Fri, 30 Jun 2006 21:02:58 +0000 (+0100) Subject: [XEN] Mark two more opcodes (C6 and C7) as Mov instructions. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15912^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=019c1f993846ea317177d837086e004280abaae2;p=xen.git [XEN] Mark two more opcodes (C6 and C7) as Mov instructions. From: Mats Petersson Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/x86_emulate.c b/xen/arch/x86/x86_emulate.c index f8192a2819..44ef28cb17 100644 --- a/xen/arch/x86/x86_emulate.c +++ b/xen/arch/x86/x86_emulate.c @@ -118,7 +118,7 @@ static uint8_t opcode_table[256] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 0xC0 - 0xC7 */ ByteOp|DstMem|SrcImm|ModRM, DstMem|SrcImmByte|ModRM, 0, 0, - 0, 0, ByteOp|DstMem|SrcImm|ModRM, DstMem|SrcImm|ModRM, + 0, 0, ByteOp|DstMem|SrcImm|ModRM|Mov, DstMem|SrcImm|ModRM|Mov, /* 0xC8 - 0xCF */ 0, 0, 0, 0, 0, 0, 0, 0, /* 0xD0 - 0xD7 */